Welcome![Sign In][Sign Up]
Location:
Search - iso 13818

Search list

[Other resourceiso-13818-1_2000

Description: ISO/IEC 13818 MPEG2系统部分 这是2000年的版本-ISO / IEC 13818 MPEG2 system that is part of the 2000 version
Platform: | Size: 1245907 | Author: 陈水德 | Hits:

[mpeg mp3mpeg2

Description: 该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像 转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。 doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信 息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码 器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器 的源代码,以及在VC下编译过的可执行程序。par/目录下给出了一组可在每秒25和30帧 的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 可以在标准的C编译器中,编译makefile文件来运行该程序。 在bin/目录下,给出了该文件的可执行程序。 在mpeg2ply/目录下包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。-this directory contains the implementation of the ISO/IEC DIS 13818-2 standards of the source. It will be compressed images into MPEG-1 and MPEG-2 video encoding flow, but also for inverse transform. Doc/directory and the mpeg2enc.doc mpeg2dec.doc document contains decoders for further information. Verify/directory is a group used for the certification of small images and data flow, and used to automatically detect encoder and decoder output of the Unix shell script file. In src/directory there are two subdirectories mpeg2enc and/mpeg2dec /, which includes the encoder and decoder source code, and the VC compiled executable programs. Par/directory is given in a second group of 25 and 30 under the rate of MPEG-2 and MPEG-1 encoding of the document encoding parameters. The standar
Platform: | Size: 603136 | Author: 万祥兵 | Hits:

[Other13818-1

Description: 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第一章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the first chapter.
Platform: | Size: 764928 | Author: 小平 | Hits:

[Other13818-3

Description: 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第三章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the third chapter.
Platform: | Size: 372736 | Author: 小平 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Other13818-7_2006

Description: ISO/IEC DIS 13818, 即MPEG2标准,这是该标准的第七部分 Advanced Audio Coding (AAC)-ISO/IEC DIS 13818, MPEG2 standard, This is the seventh part of the standard Advanced Audio Coding (AAC)
Platform: | Size: 1431552 | Author: 陈水德 | Hits:

[Otheriso-13818-1_2000

Description: ISO/IEC 13818 MPEG2系统部分 这是2000年的版本-ISO/IEC 13818 MPEG2 system that is part of the 2000 version
Platform: | Size: 1245184 | Author: 陈水德 | Hits:

[Documentsstandard

Description: 通讯规约ISO-IEC-13818-2-1994-communications Statute ISO- IEC-13818-2-1994
Platform: | Size: 1768448 | Author: 刘从华 | Hits:

[Otherinfo_isoiec13818-5{ed2.0}en

Description: ISO 13818-5 Mpeg 2 Transtort Stream
Platform: | Size: 141312 | Author: Elvis | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Platform: | Size: 221184 | Author: | Hits:

[File Format13818-7_2nd

Description: ISO/IEC 13818 7 was prepared by Technical Committee ISO/IEC/TC JTC 1, Information Technology, Subcommittee SC 29, Coding of Audio, Picture, Multimedia and Hypermedia Information.
Platform: | Size: 585728 | Author: | Hits:

[mpeg mp3mpeg2_encode

Description: 与标准ISO/IEC 13818-2 DIS [1] (MPEG-2). 对应的Mpeg2编码源码,包括详细的使用说明文档和测试文件。 This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).-With the standard ISO/IEC 13818-2 DIS [1] (MPEG-2). Corresponding source mpeg2 encoding, including the use of detailed documentation and test files. This is the second public release of our MPEG-2 encoder. It converts an ordered set of uncompressed input pictures into a compressed bitstream compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).
Platform: | Size: 141312 | Author: lixuemin | Hits:

[Other13818-1-2007

Description: ISO/IEC 13818-1_2007版-ISO/IEC 13818-1_2007_Version[en]
Platform: | Size: 1674240 | Author: Wenyi | Hits:

[Otheriso-13818-1

Description: 收集到的7部分,给大家共享啊,这是iso13818-1
Platform: | Size: 1245184 | Author: 1111 | Hits:

[Program doc13818_7th_AAC

Description: ISO/IEC 13818包括系统,视频,音频,性能测试等11个部分,该文档属于第部分,主要介绍了AAC中的关键技术-ISO/IEC 138 consists of 11 parts, such as Systems, Video, Audio, Conformance testing, Software simulation, and so on. This document is the 7th part of 13818, it describes the key technologies of AAC(Advanced Audio Coding) in detail
Platform: | Size: 633856 | Author: 张慧芳 | Hits:

[Otheriso13818-3

Description: ISO/IEC 13818-3 audio coding standard
Platform: | Size: 609280 | Author: petez | Hits:

[Streaming Mpeg413818-7

Description: new version of 13818-7 that describes the advanced video codec by iso and itu
Platform: | Size: 1137664 | Author: zedius | Hits:

[mpeg mp3mpge2v1.2_enc

Description: implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences-implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences
Platform: | Size: 63488 | Author: Kim Myung Ick | Hits:

[mpeg mp3mpge2v1.2_doc

Description: implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences-implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences
Platform: | Size: 9216 | Author: Kim Myung Ick | Hits:

[File Formatiso-13818-1

Description: iso-13818-1 音视频ts传输标准等,,,搞音视频传输的应该用的着-iso-13818-1 standards for audio and video ts ,,, transmission of audio and video transmission should engage with the
Platform: | Size: 1245184 | Author: machh | Hits:
« 12 3 4 »

CodeBus www.codebus.net